/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3 {
  color: white;
  font-size: 1.5rem;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin: 0px 0px 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid gray;
}
h1 {
  font-size: 2rem;
  font-weight: 800;
}
h1 a {
  text-decoration: none;
  color: white;
}
h3 {
  font-size: 1rem;
  border-bottom: 1px solid lightslategray;
}
p,
li,
.menu a,
.keyTech {
  color: gainsboro;
  font-size: 1rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5;
}
b {
  font-weight: 600;
}
.visit,
.view,
.browse {
  color: white;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-top: 2rem;
}
header {
  background-color: #2d3040;
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
header .menuDiv {
  width: 3rem;
}
header .menuDiv .menuButton {
  width: 2rem;
  height: 2rem;
}
header .menuDiv .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: sticky;
  width: 12rem;
  background-color: #2d3040;
  border: 2px solid #484A59;
  border-radius: 0 0.5rem 0.5rem 0;
  padding: 0.5rem;
  padding-left: 11rem;
}
header .menuDiv .menu a {
  text-decoration: none;
}
header .menuDiv .menu a:hover {
  color: white;
}
header .menuDiv .menu-toggle {
  display: none;
}
header div {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  text-align: center;
}
header div h1 {
  width: 90%;
}
header div .social {
  font-size: 1.25rem;
  width: 50%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-evenly;
}
header div .social a {
  text-decoration: none;
  color: #c0c1c6;
}
header div .social a:hover {
  color: white;
}
header p {
  color: #c0c1c6;
  font-size: 0.8em;
  font-family: Raleway, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 2;
  text-transform: uppercase;
}
.frontend,
.backend,
.interests,
.selectedWorks {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.frontend .sectionInfo,
.backend .sectionInfo,
.interests .sectionInfo,
.selectedWorks .sectionInfo {
  width: 55%;
}
.frontend .pictureFrame,
.backend .pictureFrame,
.interests .pictureFrame,
.selectedWorks .pictureFrame {
  width: 25%;
  margin-left: 3rem;
  margin-right: 3rem;
}
.frontend .pictureFrame img,
.backend .pictureFrame img,
.interests .pictureFrame img,
.selectedWorks .pictureFrame img {
  width: 100%;
  border-radius: 50%;
}
.frontend {
  background-color: #4c5c96;
}
@media screen and (max-width: 600px) {
  .frontend {
    flex-direction: column-reverse;
  }
  .frontend .sectionInfo {
    width: 100%;
  }
  .frontend .pictureFrame {
    margin-bottom: 2rem;
  }
}
.backend {
  background-color: #45558d;
}
@media screen and (max-width: 600px) {
  .backend {
    flex-direction: column;
  }
  .backend .sectionInfo {
    width: 100%;
  }
  .backend .pictureFrame {
    margin-bottom: 2rem;
  }
}
.interests {
  background-color: #3f4e85;
}
@media screen and (max-width: 600px) {
  .interests {
    flex-direction: column-reverse;
  }
  .interests .sectionInfo {
    width: 100%;
  }
  .interests .pictureFrame {
    margin-bottom: 2rem;
  }
}
.selectedWorks {
  background-color: #2e3141;
}
.selectedWorks .sectionInfo {
  width: 85%;
}
.selectedWorks .sectionInfo .keyTech {
  display: grid;
  grid-template-columns: 5rem auto;
  grid-row-gap: 0.25rem;
}
.selectedWorks .sectionInfo .techBox {
  display: flex;
  align-items: baseline;
}
.selectedWorks .sectionInfo .techBox .tech {
  border-left: 1px solid lightslategray;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  text-align: center;
  width: 15%;
}
.selectedWorks .sectionInfo .techBox li {
  font-size: 1.5rem;
  line-height: 2rem;
}
.selectedWorks .sectionInfo .techBox .nounImg {
  width: 1rem;
  background-color: #c0c1c6;
  border: 2.75px solid #c0c1c6;
  border-radius: 15%;
}
.selectedWorks .sectionInfo .techBox .axiosImg {
  width: 1.2rem;
  background-color: #ffffff00;
  border: 1px solid #c0c1c6;
  border-radius: 25%;
}
.selectedWorks .sectionInfo .title {
  font-size: 1rem;
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
.selectedWorks .sectionInfo .type {
  color: darkgray;
  border-bottom: 1px solid lightslategray;
  margin: 0px 0px 1rem;
  padding-bottom: 1rem;
}
.selectedWorks .sectionInfo .offsite {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid lightslategray;
}
.selectedWorks .sectionInfo .offsite .visit,
.selectedWorks .sectionInfo .offsite .view {
  margin-top: 0;
}
.selectedWorks .sectionInfo .offsite a {
  width: 48%;
}
.selectedWorks .sectionInfo .offsite .chevron {
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.5rem;
  border: 2px solid #484A59;
  padding: 0.15rem 0.5rem;
  border-radius: 50%;
}
.selectedWorks .sectionInfo .offsite .git {
  font-size: 0.7rem;
  padding: 0.25rem 0.4rem;
}
.selectedWorks .sectionInfo .offsite .chevron:hover {
  background-color: #484A59;
}
.selectedWorks .sectionInfo .offsite a {
  text-decoration: none;
  color: white;
}
@media screen and (max-width: 480px) {
  .selectedWorks .sectionInfo .offsite {
    flex-direction: column;
  }
  .selectedWorks .sectionInfo .offsite a {
    width: 100%;
  }
  .selectedWorks .sectionInfo .offsite .visit,
  .selectedWorks .sectionInfo .offsite .view {
    font-size: 1rem;
  }
}
.selectedWorks .sectionInfo .works {
  display: flex;
  flex-flow: wrap;
}
.selectedWorks .sectionInfo .works .container {
  background-color: #353849;
  border: 0.5px solid #2e3141;
  width: 30%;
  margin: 1rem;
  margin-top: 2.5rem;
  border-radius: 0.25rem;
}
.selectedWorks .sectionInfo .works .container .screenshot img {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
}
.selectedWorks .sectionInfo .works .container .workInfo {
  padding: 1rem;
  display: grid;
}
@media screen and (max-width: 1220px) {
  .selectedWorks .sectionInfo .works .container {
    width: 45%;
  }
}
@media screen and (max-width: 840px) {
  .selectedWorks .sectionInfo .works .container {
    width: 100%;
  }
}
.selectedWorks .sectionInfo .works .container:hover {
  border: 0.5px solid silver;
}
.selectedWorks .categories {
  display: flex;
}
.selectedWorks .browse {
  margin-left: 1rem;
  border: 2px solid #484A59;
  text-align: center;
  width: 100px;
  padding: 0.5rem 1rem 0.5rem 1rem;
  border-radius: 0.25rem;
}
.selectedWorks .browse a {
  text-decoration: none;
  color: white;
}
.selectedWorks .browse:hover {
  background-color: #353849;
}
@media screen and (max-width: 600px) {
  .selectedWorks {
    flex-direction: column;
  }
  .selectedWorks .sectionInfo {
    width: 100%;
  }
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #353849;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
footer .footerDiv {
  width: 82.5%;
}
.right {
  text-align: right;
}
.switchH2F {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right bottom, #2d3040 49%, #4c5c96 50%);
}
.switchF2B {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right top, #45558d 49%, #4c5c96 50%);
}
.switchB2I {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right bottom, #45558d 49%, #3f4e85 50%);
}
.switchI2sW {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right top, #2e3141 49%, #3f4e85 50%);
}
.switchWorks2Footer {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right bottom, #2e3141 49%, #353849 50%);
}
.htmlWebHeader {
  background-color: #3f4e85;
}
.htmlWebIntro {
  background-color: #45558d;
}
.htmlWebText {
  background-color: #4c5c96;
}
.htmlWebText h3 {
  margin-top: 1rem;
}
.switchB2Iflipped {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right top, #45558d 49%, #3f4e85 50%);
}
.switchF2sW {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right top, #2e3141 49%, #4c5c96 50%);
}
.switchB2F {
  width: 100%;
  height: 3rem;
  background: linear-gradient(to right bottom, #45558d 49%, #4c5c96 50%);
}
